/*
 Theme Name:  DrydenLabs Child Theme
 Theme URI:    http: //mysite.com/
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   http: //mysite.com/
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


/*********** Popup Start **********/
.popup-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.85);
    left: 0px;
    right: 0px;
    z-index: 999999;
    display: none;
}
.first-time-modal {
    background: #fff;
    max-width: 850px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    left: 50%;
    border-radius: 5px;
}
.first-time-modal .close_btn{
    width: 30px;
    height: 30px;
    display: flex;
    position: absolute;
    top: -15px;
    right: -15px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-weight: 700;
	line-height: normal;
}
.left_image {
    min-width: 340px;
}
.left_image img{
    max-width: 100%;
}
.right_detail {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 30px 30px;
    text-align: center;
}
.pop-up-heading {
    font-size: 26px;
    font-weight: 600;
    color: #debf6d;
    line-height: 28px;
    text-transform: uppercase;
}
.address_text {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    align-items: flex-start;
}
.adress {
    display: flex;
    margin: 0px 0px 20px;
    align-items: flex-start;
    justify-content: flex-start;
}
.adress i {
    min-width: 30px;
    height: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 6px 0px 0px;
}
.adress p {
    color: #444;
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
}
.opning_time {
    margin-bottom: 20px;
    display: block;
    color: #444;
    font-size: 18px;
    line-height: 24px;
}
.opning_time label {
    display: block;
    margin: 0px 0px 4px;
    padding: 0px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: initial;
}
.opning_time p {
    line-height: 26px;
    color: #444;
    margin: 0px;
}
.opning_time p.note {
    font-style: italic;
    font-size: 18px;
    color: #134596;
}
a.shop_btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 2px 14px;
    border-radius: 4px;
    transition: 0.4s all ease;
}
a.shop_btn:hover{
    background: #002c73;
    color: #fff;
}


@media (max-width: 767px){
    .first-time-modal{
        max-width: 90%;        
    }
    .left_image {
        min-width: 50%;
    }
    .right_detail{
        padding: 20px 20px 0px;
    }
    .adress{
        margin-bottom: 10px;
    }
    .address_text{
        margin-top: 10px;
    }
    a.shop_btn{
        margin-top: 10px;
    }
    .opning_time{
        margin-bottom: 10px;
        line-height: 22px;
    }
    .opning_time p.note{
        font-size: 16px;
        line-height: 18px;
    }
    .adress p, .opning_time, .opning_time p.note{
        font-size: 16px;
    }

}

@media (max-width: 640px){
    .first-time-modal{
        max-width: 92%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        top: 25px;
        left: 0px;
        right: 0px;
        transform: none;
        margin: 0px auto 20px;
    }
    .popup-overlay {
        overflow: scroll;
        padding: 20px 0px;
    }
    .left_image {
        min-width: 100%;
        height: 280px;
        overflow: hidden;
    }
    .left_image img{
        width: 100%;
        height: auto;
    }
    .right_detail{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .first-time-modal .close_btn{
        right: -10px;
    }
    



}

.popup-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #000;
    line-height: 28px;
    font-size: 16px;
}
.heading.pop-up-heading span {
    white-space: nowrap;
}
a.pop-up-button {
    padding: 10px 40px;
    background-color: #debf6d;
    color: #fff;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0px;
    text-decoration: none !important;
    font-size: 20px;
    display: inline-block;
    margin: 10px 0px 0px;
}
a.pop-up-button:hover {
    background-color: #000000;
    color: #debf6d;
}

/*********** Popup End **********/


.et_pb_slider.slider_main h1.et_pb_slide_title,
.et_pb_slider.slider_main h2.et_pb_slide_title{
    font-family: JuventusFans !important;
}